home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir39 / bootcpu2.zip / BOOTCPU.DOC < prev    next >
Text File  |  1994-07-05  |  2KB  |  62 lines

  1. Bootcpu v2.0 documentation. Public domain programs. Distribute, modify at will.
  2.  
  3. Bootcpu v2.0 features:
  4.   Command line driven.
  5.   Boot selectable warm or cold.
  6.   Wait for number of seconds to reboot.
  7.   Test for certain range of times to reboot.
  8.   Return dos errorlevel.
  9.  
  10. Bootcpu v2.0 command line:
  11.   <wc> w=warm, c=cold.
  12.   [+#] wait for # seconds.
  13.   [t1,t2] range of time.
  14.  
  15. Bootcpu v2.0 documentation:
  16.  
  17.   Bootcpu allows the dos user to selectively boot the computer with specific
  18.   considerations. Bootcpu accepts command arguments passed to the program to
  19.   boot the computer warm (skip post tests) or cold (reset all bios). The
  20.   command line must contain 'w' or 'c' (without the quotes) to select the
  21.   boot method. For example, to boot cold, enter:
  22.  
  23.     Bootcpu c
  24.  
  25.   Bootcpu also contains the capability to reboot the computer (warm or cold)
  26.   after waiting a specified number of seconds after entering the bootcpu
  27.   command. For example, to boot warm after waiting ten seconds, enter:
  28.  
  29.     Bootcpu w +10
  30.  
  31.   Bootcpu can also boot the computer based on a range of times according to
  32.   the computer system clock. The range of times must be separated by a comma.
  33.   Time ranges are entered as a number of seconds past midnight. For example,
  34.   to boot cold if the system time is between 2:00 am and 3:00 am, enter:
  35.  
  36.     Bootcpu c 7200,10800
  37.  
  38.   Bootcpu returns to dos if the time range is not verified with the system
  39.   time. Bootcpu also returns an errorlevel to dos for the following:
  40.  
  41.     1  =  command line error
  42.     2  =  reboot failure
  43.     4  =  time range
  44.  
  45.   Bootcpu returns the message 'Time not within range.' if the time range is
  46.   not within the system time. This is a successful message indicating the
  47.   test for time range did not compare with the system clock. Bootcpu exits
  48.   normally in this case.
  49.  
  50.   Bootcpu command line arguments for waiting a certain number of seconds, and
  51.   comparing a rnge of times, can be specified together. For example, to reboot
  52.   from 3:00 am and 4:00 am, then wait for 20 seconds, would be combined:
  53.  
  54.     Bootcpu c +20 10800,14400
  55.  
  56.   You may freely distribute, modify, alter, or use any of these files,
  57.   programs, or documentation, without any fee or charge for use.
  58.  
  59.   -end-
  60.  
  61.  
  62.